From 0d9a48c87d69fae695142a87fa066264ae899442 Mon Sep 17 00:00:00 2001 From: "awilliam@xenbuild.aw" Date: Tue, 14 Nov 2006 12:45:15 -0700 Subject: [PATCH] [IA64] Add CCISS driver to build config and change nbd to a module LVM complains a lot when nbd is built into the kernel Signed-off-by: Alex Williamson --- buildconfigs/linux-defconfig_xen0_ia64 | 7 ++++--- buildconfigs/linux-defconfig_xen_ia64 | 7 ++++--- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/buildconfigs/linux-defconfig_xen0_ia64 b/buildconfigs/linux-defconfig_xen0_ia64 index 0ffbb8274f..612bcfd42d 100644 --- a/buildconfigs/linux-defconfig_xen0_ia64 +++ b/buildconfigs/linux-defconfig_xen0_ia64 @@ -1,7 +1,7 @@ # # Automatically generated make config: don't edit # Linux kernel version: 2.6.16.29-xen0 -# Wed Oct 4 12:54:36 2006 +# Tue Nov 14 10:39:09 2006 # # @@ -339,13 +339,14 @@ CONFIG_FW_LOADER=y # Block devices # # CONFIG_BLK_CPQ_DA is not set -# CONFIG_BLK_CPQ_CISS_DA is not set +CONFIG_BLK_CPQ_CISS_DA=y +# CONFIG_CISS_SCSI_TAPE is not set # CONFIG_BLK_DEV_DAC960 is not set # CONFIG_BLK_DEV_UMEM is not set # CONFIG_BLK_DEV_COW_COMMON is not set CONFIG_BLK_DEV_LOOP=y CONFIG_BLK_DEV_CRYPTOLOOP=y -CONFIG_BLK_DEV_NBD=y +CONFIG_BLK_DEV_NBD=m # CONFIG_BLK_DEV_SX8 is not set # CONFIG_BLK_DEV_UB is not set CONFIG_BLK_DEV_RAM=y diff --git a/buildconfigs/linux-defconfig_xen_ia64 b/buildconfigs/linux-defconfig_xen_ia64 index ba209b081d..1bdc8edb4c 100644 --- a/buildconfigs/linux-defconfig_xen_ia64 +++ b/buildconfigs/linux-defconfig_xen_ia64 @@ -1,7 +1,7 @@ # # Automatically generated make config: don't edit # Linux kernel version: 2.6.16.29-xen -# Wed Oct 4 12:31:45 2006 +# Tue Nov 14 10:38:50 2006 # # @@ -339,13 +339,14 @@ CONFIG_FW_LOADER=y # Block devices # # CONFIG_BLK_CPQ_DA is not set -# CONFIG_BLK_CPQ_CISS_DA is not set +CONFIG_BLK_CPQ_CISS_DA=y +# CONFIG_CISS_SCSI_TAPE is not set # CONFIG_BLK_DEV_DAC960 is not set # CONFIG_BLK_DEV_UMEM is not set # CONFIG_BLK_DEV_COW_COMMON is not set CONFIG_BLK_DEV_LOOP=y CONFIG_BLK_DEV_CRYPTOLOOP=y -CONFIG_BLK_DEV_NBD=y +CONFIG_BLK_DEV_NBD=m # CONFIG_BLK_DEV_SX8 is not set # CONFIG_BLK_DEV_UB is not set CONFIG_BLK_DEV_RAM=y -- 2.30.2